The following endpoint returns a list of events in the certificates issued by the CA with the {caId}
identifier.
https://<HOST>:<CAGW_HOST_PORT>/<server.servlet.context-path>/v1/certificate-authorities/{caId}/certificate-events
This endpoint returns the following values.
events
A list of events on the issued certificates. For example, certificate revocation.
The endpoint retrieves 0 events for days without events.
nextPageIndex
An index to track which day and which event should be collected next.
- This index depends on the value assigned to the
default-query-page-size
configuration parameter. - After the first query to the endpoint, all subsequent queries must include this index.
hasMore
A flag indicating if the endpoint has more results to return.
Value | Description |
---|---|
true | The endpoint can return more events from the last |
false | All events have been collected, so the caller can stop invoking the endpoint |